sync.Pool.getSlow (method)

2 uses

	sync (current package)
		pool.go#L140: 			x = p.getSlow(pid)
		pool.go#L156: func (p *Pool) getSlow(pid int) any {